home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16163 < prev    next >
Encoding:
Text File  |  1996-08-05  |  748 b   |  25 lines

  1. Path: news.chalmers.se!usenet
  2. From: ei39418@ios.chalmers.se (Michael Schön)
  3. Newsgroups: comp.lang.c++
  4. Subject: 64 bit word operators
  5. Date: 9 Apr 1996 19:25:40 GMT
  6. Organization: Chalmers university of technology
  7. Message-ID: <4kedjk$n8t@nyheter.chalmers.se>
  8. NNTP-Posting-Host: modem02.ios.chalmers.se
  9. X-Newsreader: WinVN 0.92.1
  10.  
  11. PROBLEM:
  12. I would like to multiply, substract and divide two 64 bit
  13. LONGLONG hyper words in Borland C++ 4.52. These types are declared in
  14. <winnt.h>.
  15. In Visual C++ 2.0 these operators are defined and declared in <longint.h>
  16. so there should exists a corresponding declaration for Borland C++ 4.52!
  17. But where???
  18.  
  19. QUESTION:
  20. How do you perform these basic +,-,*,/ operators on 64 bit words?
  21.  
  22.  
  23. /Michael 
  24. ei39418@ios.chalmers.se
  25.